home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Source Code
/
Libraries
/
Syslog Component
/
PPC Only.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-11-15
|
279 b
|
14 lines
|
[
TEXT/KAHL
]
#include <stdio.h>
void main(void){
printf("\n\nSorry, this application is for the PowerMacs only.\n\n");
printf("Please use the 68k version or fat version if supplied.\n\n");
printf("Otherwise, you'll have to upgrade to a PowerMac!\n\n");
fflush(stdout);
return;
}